home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20031118-20041115
/
000088_ebh@burntmail.com_Wed Jan 28 11:22:24 2004.msg
< prev
next >
Wrap
Internet Message Format
|
2004-11-14
|
2KB
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
From: ebh@burntmail.com (EBH)
Newsgroups: comp.protocols.kermit.misc
Subject: Help with a script
Date: 27 Jan 2004 12:12:45 -0800
Organization: http://groups.google.com
Lines: 16
Message-ID: <6b84683a.0401271212.4059fe85@posting.google.com>
NNTP-Posting-Host: 63.127.208.90
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1075234366 26336 127.0.0.1 (27 Jan 2004 20:12:46 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 27 Jan 2004 20:12:46 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14788
I need help writing a kermit script. I want to write a script that
will automatically log onto a remote system and then hand over control
to my user. When the script asks the user to initiate kermit to upload
or download, I want my script to step back in and initiate the fiel
transfer and then pass control back top the user. I also want the
script to detect when the other side disconnects and the script should
end.
>From what I currently know, I understand that after successfully
logging in, I can issue the "connect" command which will transfer
control from the script to the user. I need to know how to pick it up
again when required by a screen prompt (Iniitate you KERMIT, or
whatever). And as mentioned above I still to know when the remote
system disconnects so that I can end execution of the script.
Any help would be greatly appreciated.